/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
input,
button {
	outline: none;
}

a {
	background-color: transparent;
	text-decoration: underline;
	-webkit-text-decoration-skip: objects;
}

input,
button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* styles */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-width: 320px;
	background: #fff;
	font-family: 'GothamPro', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	cursor: default;
}

header,
section,
footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	position: relative;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* price */

.price_block {
	width: 290px;
	text-align: center;
}

.price_block .price_item {
	float: left;
	width: 50%;
}

.price_block .price_item .value {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
}

.price_block .price_item.old .value {
	text-decoration: line-through;
}

/* button */

.button {
	display: block;
	width: 290px;
	height: 70px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffa800;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffa800), to(#fc0));
	background-image: -webkit-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
	background-image: -moz-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
	background-image: -o-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
	background-image: linear-gradient(to top, #ffa800 0%, #fc0 100%);
	-webkit-box-shadow: 0 3px 0 #cd8800;
	-moz-box-shadow: 0 3px 0 #cd8800;
	box-shadow: 0 3px 0 #cd8800;
	font-family: 'GothamPro', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 70px;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	cursor: pointer;
}

.button:active {
	-webkit-transform: scale(0.995);
	-moz-transform: scale(0.995);
	-ms-transform: scale(0.995);
	-o-transform: scale(0.995);
	transform: scale(0.995);
}

/* discount */

.discount {
	padding: 22px 0 0;
	width: 126px;
	height: 126px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #c80e1b;
	-webkit-box-shadow: 0 0 0 8px rgba(200, 14, 27, 0.5);
	-moz-box-shadow: 0 0 0 8px rgba(200, 14, 27, 0.5);
	box-shadow: 0 0 0 8px rgba(200, 14, 27, 0.5);
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
}

.discount span {
	display: block;
	margin: 2px 0;
	font-size: 42px;
	line-height: 42px;
}

/* titles */

h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 48px;
	color: #222;
	text-transform: uppercase;
	text-align: center;
}

/* header */

.header_section {
	padding: 18px 0 13px;
	background: #373a41 url("../img/1.png") center top no-repeat;
}

.header_section .triggers_list {
	margin: 0 0 44px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

.header_section .triggers_list:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

.header_section .triggers_list li {
	display: inline-block;
	vertical-align: top;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: normal;
	color: #fff;
}

.header_section .triggers_list li:first-child {
	padding: 0 0 0 31px;
	background-image: url("../img/header__trigger1_icon.png");
}

.header_section .triggers_list li:nth-child(2) {
	padding: 0 0 0 36px;
	background-image: url("../img/header__trigger2_icon.png");
}

.img-tab {
	display: none;
}

.header_section .triggers_list li:last-child {
	padding: 0 0 0 35px;
	background-image: url("../img/header__trigger3_icon.png");
}

.header_section .main_title {
	margin: 0 0 4px;
	font-weight: 700;
	font-size: 46px;
	line-height: 56px;
	letter-spacing: 0.6px;
	color: #ffba00;
	text-transform: uppercase;
}

.header_section .subtitle {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}

.header_section .benefits_list {
	width: 370px;
}

.header_section .benefits_list li {
	margin: 0 0 42px;
	padding: 0 0 0 71px;
	font-size: 16px;
	color: #fff;
	position: relative;
}

.img {
	position: absolute;
	width: 422px;
	bottom: 74px;
	right: 82px;
}

.img2 {
	position: absolute;
	width: 488px;
	bottom: 92px;
	left: -11px;
}

/*.header_section .benefits_list li:last-child {
	margin: 0;
	padding: 0 40px 0 71px;
}*/

.header_section .benefits_list li:before {
	display: block;
	content: '';
	width: 56px;
	height: 56px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #c80e1b;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: 0;
}

.header_section .benefits_list li:first-child:before {
	background-image: url("../img/icon1.png");
}

.header_section .benefits_list li:nth-child(2):before {
	background-image: url("../img/icon2.png");
}

.header_section .benefits_list li:last-child:before {
	background-image: url("../img/icon3.png");
}

.header_section .price_block {
	margin: 25px 0;
	color: #fff;
}

.header_section .price_block .price_item.new .value {
	color: #ffba00;
}

.header_section .order_info_list {
	margin: 70px 0 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

.header_section .order_info_list:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

.header_section .order_info_list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 71px;
	width: 33.333333%;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: normal;
	color: #fff;
	text-align: left;
	-moz-text-align-last: left;
	text-align-last: left;
	position: relative;
}

.header_section .order_info_list li:first-child {
	width: 278px;
}

.header_section .order_info_list li:nth-child(2) {
	width: 225px;
}

.header_section .order_info_list li:last-child {
	width: 278px;
}

.header_section .order_info_list li:before {
	display: block;
	content: '';
	width: 56px;
	height: 56px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2f5e9a;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: 0;
}

.header_section .order_info_list li:first-child:before {
	background-image: url("../img/header__order_info1_icon.png");
}

.header_section .order_info_list li:nth-child(2):before {
	background-image: url("../img/header__order_info2_icon.png");
}

.header_section .order_info_list li:last-child:before {
	background-image: url("../img/header__order_info3_icon.png");
}

.header_section .discount {
	top: 200px;
	left: 359px;
}

/* video */

.video_section {
	padding-top: 20px;
	background: url("../img/bg2.png") no-repeat center;
}

.video_section .video_block {
	padding: 45px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #6f7585;
	-webkit-box-shadow: 0 0 51px rgba(0, 0, 1, 0.2);
	-moz-box-shadow: 0 0 51px rgba(0, 0, 1, 0.2);
	box-shadow: 0 0 51px rgba(0, 0, 1, 0.2);
	position: relative;
}

.text-video {
	position: absolute;
	top: 44px;
	left: 45px;
	font-weight: bold;
	font-size: 32px;
	background-color: #9591f7;
	padding: 10px;
	z-index: 999;
}

.video_section .video-container {
	width: 850px;
	height: 478px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.video_section .video-container iframe,
.video_section .video-container object,
.video_section .video-container embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* about */

.gift_section {
	padding: 30px 0 0;
}

.gift_section img {
	display: block;
	margin: 0 auto;
}

.gift_section img.tablet_gift,
.gift_section img.mobile_gift {
	display: none;
}

.about_section {
	padding: 30px 0 0;
}

.about_section h2 {
	margin: 0 0 30px;
}

.about_section h2 span {
	color: #c80e1b;
}

.about_section .main_image {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 398px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.about_section p {
	margin: 0 0 15px;
}

.about_section .img_block {
	margin-top: 30px;
}

.about_section .img_block img {
	display: block;
	float: left;
	margin: 0 35px 0 0;
	position: relative;
	z-index: 10;
}

.about_section .img_block img:last-child {
	margin: 0;
}

/* benefits */

.benefits_section {
	margin-top: -145px;
	padding: 175px 0 43px;
	background: #373a41 url("../img/bg3.png") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.benefits_section h2 {
	margin: 0 0 30px;
	color: #fff;
}

.benefits_section h2 span {
	color: #ffba00;
}

.benefits_section .benefits_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 30px 0;
	padding: 0 15px;
	width: 300px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: normal;
	color: #fff;
}

.benefits_section .benefit_item:nth-child(3n) {
	margin: 0 0 30px;
}

.benefits_section .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	border: 5px solid rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.benefits_section .button {
	margin: 0 auto;
}

/* characteristics */

.characteristics_section {
	padding: 30px 0 0;
	overflow: hidden;
}

.characteristics_section h2 {
	margin: 0 0 30px;
}

.characteristics_section h2 span {
	color: #c80e1b;
}

.characteristics_section .main_image {
	display: block;
	float: left;
	width: 500px;
	margin: 0 0 30px -60px;
}

.characteristics_section .content {
	float: right;
	margin-top: 50px;
	width: 400px;
}

.characteristics_section ul {
	padding-bottom: 15px;
}

.characteristics_section .content p {
	margin: 0 0 15px;
}

.characteristics_section .content ul li {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	position: relative;
}

.characteristics_section .content ul li:last-child {
	margin: 0;
}

.characteristics_section .content ul li:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #2f5e9a;
	position: absolute;
	top: 7px;
	left: 0;
}

.characteristics_section .img_block {
	clear: both;
}

.characteristics_section .img_block img {
	display: block;
	float: left;
	margin: 0 35px 0 0;
	position: relative;
	z-index: 10;
}

.characteristics_section .img_block img:last-child {
	margin: 0;
}

/* reviews */

.reviews_section {
	margin-top: -145px;
	padding: 175px 0 40px;
	background: #373a41 url("../img/bg4.png") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.reviews_section h2 {
	margin: 0 0 30px;
	color: #fff;
}

.reviews_section h2 span {
	color: #ffba00;
}

.reviews_section .reviews_list {
	margin: 0 auto;
	width: 820px;
}

.reviews_section .review_item {
	background: #fff;
}

.reviews_section .review_item .photo {
	display: block;
	float: left;
	width: 271px;
}

.reviews_section .text_block {
	float: left;
	padding: 20px 35px 0 30px;
	width: 549px;
}

.reviews_section .text_block .author_block {
	margin: 0 0 15px;
}

.reviews_section .text_block .avatar {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	width: 59px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .text_block .author_info {
	float: left;
	margin: 7px 0 0;
	padding: 0 0 18px;
	width: 410px;
	background: url("../img/reviews__stars.png") left bottom no-repeat;
	font-weight: 700;
	font-size: 18px;
}

.reviews_section .owl-dots {
	margin-top: 30px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.reviews_section .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.reviews_section .owl-dot:hover {
	background: #ccc;
}

.reviews_section .owl-dot.active {
	background: #c80e1b;
}

.reviews_section .owl-prev,
.reviews_section .owl-next {
	width: 50px;
	height: 50px;
	background-color: #2f5e9a;
	background-image: url("../img/reviews__arrows.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 110px;
}

.reviews_section .owl-prev {
	background-position: left center;
	left: -35px;
}

.reviews_section .owl-next {
	background-position: right center;
	right: -35px;
}

/* order steps */

.order_steps_section {
	padding: 30px 0;
}

.order_steps_section h2 {
	margin: 0 0 30px;
}

.order_steps_section h2 span {
	color: #c80e1b;
}

.order_steps_section .steps_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.order_steps_section .step_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 220px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: normal;
}

.order_steps_section .step_item:last-child {
	margin: 0;
}

.order_steps_section .step_item img {
	display: block;
	margin: 0 auto;
}

.order_steps_section .step_item .number {
	margin: -27px auto 15px;
	width: 54px;
	height: 54px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffa800;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffa800), to(#fc0));
	background-image: -webkit-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
	background-image: -moz-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
	background-image: -o-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
	background-image: linear-gradient(to top, #ffa800 0%, #fc0 100%);
	-webkit-box-shadow: 0 2px 0 #cd8800;
	-moz-box-shadow: 0 2px 0 #cd8800;
	box-shadow: 0 2px 0 #cd8800;
	font-weight: 700;
	font-size: 32px;
	line-height: 54px;
	color: #fff;
	text-shadow: 0.5px 0.9px 0 rgba(1, 1, 1, 0.1);
	position: relative;
	z-index: 10;
}

/* order */

.order_section {
	padding: 16px 0 30px;
	background: #373a41 url("../img/bg5.png") center top no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.order_section .main_title {
	margin: 0 0 35px;
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	color: #ffba00;
	text-transform: uppercase;
	text-align: right;
}

.order_section .main_title span {
	color: #fff;
}

.order_section .subtitle {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}

.order_section .form_block {
	margin: 0 0 0 600px;
	padding: 14px 0 18px;
	background: #fff;
}

.order_section .timer_block {
	margin: 0 auto;
	width: 290px;
	font-weight: 700;
	text-align: center;
}

.order_section .timer_block p {
	margin: 0 0 10px;
	color: #222;
}

.order_section .timer_block .timer {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.order_section .timer_block .timer_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	letter-spacing: normal;
}

.order_section .timer_block .timer_item:last-child {
	margin: 0;
}

.order_section .timer_block .text {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	font-size: 12px;
	line-height: 12px;
	background: #fff;
	position: relative;
	z-index: 10;
}

.order_section .timer_block .count {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 36px;
	border: 2px solid #c0cee1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: #222;
}

.order_section .price_block {
	margin: 15px auto;
}

.order_section .price_block .price_item.new .value {
	color: #c80e1b;
}

.order_section .input {
	display: block;
	margin: 0 auto 10px;
	padding: 0 15px;
	width: 290px;
	height: 60px;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fafafa;
	font-family: 'GothamPro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	text-align: center;
}

.order_section .input::-webkit-input-placeholder {
	opacity: 1;
	color: #222;
}

.order_section .input:-moz-placeholder {
	opacity: 1;
	color: #222;
}

.order_section .input::-moz-placeholder {
	opacity: 1;
	color: #222;
}

.order_section .input:-ms-input-placeholder {
	opacity: 1;
	color: #222;
}

.order_section .input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.order_section .input:focus:-moz-placeholder {
	opacity: 0;
}

.order_section .input:focus::-moz-placeholder {
	opacity: 0;
}

.order_section .input:focus:-ms-input-placeholder {
	opacity: 0;
}

.order_section .button {
	margin: 0 auto 15px;
}

.order_section .products_count {
	text-align: center;
}

.order_section .products_count span {
	margin: 0 2px;
	padding: 2px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #c80e1b;
	font-weight: 700;
	color: #fff;
}

.order_section .discount {
	top: 171px;
	left: 464px;
}

/* footer */

.footer_section {
	padding: 25px 0;
	background: #23262c;
	font-size: 14px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #ccc;
}

.footer_section a:hover {
	text-decoration: none;
}

@media screen and (max-width: 959px) {

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.img-tab {
		display: block;
	}

	.img-lap {
		display: none;
	}

	/* header */
	.img {
		position: absolute;
		width: 422px;
		bottom: 14px;
		right: 1px;
	}

	.img2 {
		position: absolute;
		width: 368px;
		bottom: 51px;
		left: 272px;
	}

	.header_section {
		padding: 18px 0 70px;
		background: url("../img/1bg-t.png") no-repeat 55% 0%;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.header_section .triggers_list {
		margin: 0 0 35px;
	}

	.header_section .triggers_list li:last-child {
		display: none;
	}

	.header_section .order_info_list {
		display: none;
	}

	.header_section .discount {
		top: 223px;
		left: 390px;
	}

	.text-video {
		display: none;
	}

	/* video */

	.video_section .video_block {
		padding: 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 1, 0.2);
		-moz-box-shadow: 0 0 15px rgba(0, 0, 1, 0.2);
		box-shadow: 0 0 15px rgba(0, 0, 1, 0.2);
	}

	.video_section .video-container {
		width: 580px;
		height: 326px;
	}

	/* about */

	.gift_section img.tablet_gift {
		display: block;
	}

	.gift_section img.desctop_gift {
		display: none;
	}

	.about_section .main_image {
		width: 240px;
	}

	.about_section .img_block {
		margin-top: 25px;
	}

	.about_section .img_block img {
		margin: 0 20px 0 0;
	}

	/* benefits */

	.benefits_section {
		margin-top: -96px;
		padding: 126px 0 43px;
		background-image: none;
	}

	.benefits_section .benefit_item:nth-child(3n) {
		margin: 0 20px 30px 0;
	}

	.benefits_section .benefit_item:nth-child(2n) {
		margin: 0 0 30px;
	}

	/* characteristics */

	.characteristics_section .main_image {
		width: 300px;
	}

	.characteristics_section .content {
		margin: 0 0 30px;
		width: 350px;
	}

	.characteristics_section .img_block img {
		margin: 0 20px 0 0;
	}

	/* reviews */

	.reviews_section {
		margin-top: -96px;
		padding: 126px 0 40px;
		background-image: none;
	}

	.reviews_section .reviews_list {
		width: 100%;
	}

	.reviews_section .review_item {
		padding: 25px 20px 20px;
	}

	.reviews_section .review_item .photo {
		float: none;
		margin: 0 auto 15px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.reviews_section .text_block {
		float: none;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.reviews_section .text_block .avatar {
		display: none;
	}

	.reviews_section .text_block .author_info {
		float: none;
		margin: 0;
		width: 100%;
		background-position: center bottom;
	}

	.reviews_section .owl-prev,
	.reviews_section .owl-next {
		top: 135px;
	}

	.reviews_section .owl-prev {
		left: 62px;
	}

	.reviews_section .owl-next {
		right: 62px;
	}

	/* order steps */

	.order_steps_section {
		padding: 30px 0 0;
	}

	.order_steps_section .step_item {
		margin: 0 40px 30px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 40px 30px;
	}

	/* order */

	.order_section {
		padding: 4px 0 25px;
		background: url("../img/1bg-t.png") no-repeat 55% 0%;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.order_section .main_title {
		margin: 0 0 20px;
		font-size: 22px;
		line-height: 28px;
		text-align: center;
	}

	.order_section .main_title span {
		white-space: nowrap;
	}

	.order_section .subtitle {
		text-align: center;
	}

	.order_section .form_block {
		margin: 0;
		width: 340px;
	}

	.order_section .discount {
		top: 105px;
		left: 421px;
	}

}

@media screen and (max-width: 639px) {

	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.img {
		position: absolute;
		width: 422px;
		bottom: 141px;
		right: 1px;
	}

	.img2 {
		position: absolute;
		width: 368px;
		bottom: 428px;
		left: -51px;
	}

	/* header */

	.header_section {
		padding: 30px 0 70px;
		background-position: 0% 0%;
	}

	.header_section .triggers_list {
		display: none;
	}

	.header_section .main_title {
		margin: 0 0 10px;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}

	.header_section .subtitle {
		margin: 0 0 25px;
		font-size: 20px;
		line-height: 26px;
		text-align: center;
	}

	.header_section .benefits_list {
		margin: 0 0 385px;
		width: 100%;
	}

	.header_section .benefits_list li {
		font-size: 15px;
	}

	.header_section .price_block {
		margin: 25px auto;
	}

	.header_section .button {
		margin: 0 auto;
	}

	.header_section .discount {
		top: 344px;
		left: 72px;
	}

	/* video */

	.video_section .video_block {
		padding: 10px;
	}

	.video_section .video-container {
		width: 280px;
		height: 158px;
	}

	/* about */

	.gift_section .wrapper {
		padding: 0;
	}

	.gift_section img.mobile_gift {
		display: block;
	}

	.gift_section img.tablet_gift {
		display: none;
	}


	.about_section {
		padding: 25px 0 10px;
	}

	.about_section h2 {
		margin: 0 0 25px;
	}

	.about_section .main_image {
		float: none;
		margin: 0 auto 25px;
		width: 300px;
	}

	.about_section p {
		text-align: center;
	}

	.about_section .img_block {
		display: none;
	}

	/* benefits */

	.benefits_section {
		margin-top: 0;
		padding: 25px 0 33px;
	}

	.benefits_section h2 {
		margin: 0 0 25px;
	}

	.benefits_section .benefit_item {
		margin: 0 0 25px;
	}

	.benefits_section .benefit_item:nth-child(3n) {
		margin: 0 0 25px;
	}

	.benefits_section .benefit_item:nth-child(2n) {
		margin: 0 0 25px;
	}

	/* characteristics */

	.characteristics_section {
		padding: 25px 0;
	}

	.characteristics_section h2 {
		margin: 0 0 25px;
	}

	.characteristics_section .main_image {
		float: none;
		margin: 0 0 20px -30px;
	}

	.characteristics_section .content {
		float: none;
		margin: 0;
		width: 100%;
	}

	.characteristics_section .content p {
		text-align: center;
	}

	.characteristics_section .img_block {
		display: none;
	}

	/* reviews */

	.reviews_section {
		margin-top: 0;
		padding: 25px 0 30px;
	}

	.reviews_section h2 {
		margin: 0 0 25px;
	}

	.reviews_section .review_item .photo {
		width: 160px;
	}

	.reviews_section .text_block .author_info {
		font-size: 16px;
	}

	.reviews_section .owl-prev,
	.reviews_section .owl-next {
		top: 80px;
	}

	.reviews_section .owl-prev {
		left: 0;
	}

	.reviews_section .owl-next {
		right: 0;
	}

	/* order steps */

	.order_steps_section {
		padding: 25px 0 0;
	}

	.order_steps_section h2 {
		margin: 0 0 25px;
	}

	.order_steps_section .step_item {
		margin: 0 0 25px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 0 25px;
	}

	/* order */

	.order_section {
		padding: 25px 0;
		background-position: 0% 0%;
		overflow: hidden;
	}

	.order_section .main_title {
		margin: 0 0 380px;
		font-size: 20px;
		line-height: 26px;
	}

	.order_section .subtitle {
		margin: 0 0 340px;
		font-size: 16px;
		line-height: 24px;
	}

	.order_section .form_block {
		margin-left: -20px;
	}

	.order_section .discount {
		top: 164px;
		left: 108px;
	}

	.order_section .main_title span {
		white-space: normal;
	}
}

.errorMessage {
	box-sizing: border-box;
	position: absolute;
	z-index: 100000;
	font-size: 13px;
	background: #DC3434;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	line-height: 13px;
	padding: 8px 12px;
}

.copyright {
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
	color: #6C6E6F;
}

.copyright p {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.copyright br {
	display: none;
}

.copyright img {
	margin: 10px auto !important;
}

.copyright img:first-child {
	display: block !important;
}

.copyright a {
	color: #6C6E6F;
	text-decoration: none;
}

.copyright a:hover {
	color: #FF0069;
	text-decoration: none;
}

.country_select {
	-webkit-appearance: none !important;
}